provider Organizations GET /api/0/organizations/{organization_id_or_slug}/members/
@utdk/sentry /api/0/organizations/{organization_id_or_slug}/members/
List an Organization's Members
List all organization members. Response includes pending invites that are approved by organization owners or managers but waiting to be accepted by the invitee.
organization_id_or_slug path required
The ID or slug of the organization the resource belongs to.
string
cursor query
A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.
string

Try it

Authentication
Configure credentials for API Reference
listAnOrganizationSMembers
GET/api/0/organizations/{organization_id_or_slug}/members/
List all organization members. Response includes pending invites that are approved by organization owners or managers but waiting to be accepted by the invitee.

Parameters

required

The ID or slug of the organization the resource belongs to.

A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.listAnOrganizationSMembers()